home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / dstr3.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.7 KB  |  77 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Dynamic String Package    
  3. -- VERSION           : 1.1
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : cleave@dca-ems
  6. -- AUTHOR            : R. G. Cleaveland        
  7. --                   : WIS JPMO
  8. --                   : Washington, D.C.  20330
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1985 R. G. Cleaveland    
  13. -- DATE CREATED      : 18 Mar 1985
  14. -- DATE RELEASED     : 1985
  15. -- DATE LAST UPDATED : R.G. Cleaveland  February, 1986
  16. -- LOCATION          : C2MUG
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : VAX 8600 / Ultrix / VERDIX 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : COMPONENTS
  21. -- CATEGORY LEVEL 2  : DYNAMIC STRINGS
  22. -- CATEGORY LEVEL 3  : Dynamic String 3
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : String
  26. -- INDEX             : Dynamic String
  27. -- INDEX             : String, Dynamic
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : WIS_TOOL_29
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.COMPONENTS>DSTR3.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.COMPONENTS>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   DSTR3.ABS              6272         128
  38. --   DSTR3.CMM              2068          53
  39. --   DSTR3.PRO              4570          90
  40. --   DSTR3.SRC             16707         487
  41. --   DSTR3.TST              7261         267
  42. --   ===============  ==========  ==========
  43. --     5 Files             36878        1025
  44. --= ABSTRACT             ===============================================--
  45. --         This is a package of  several  string  manipulation  functions
  46. -- based  on  a  built-in  dynamic  string  type  DYN_STRING.   It  is an
  47. -- adaptation and extension of the package proposed by  Sylvan  Rubin  of
  48. -- Ford  Aerospace  and  Communications  Corporation  in the Nov/Dec 1984
  49. -- issue of the Journal of Pascal, Ada and Modula-2.  Some new  functions
  50. -- have been added, and much of the body code has been rewritten.
  51. --= REVISION HISTORY     ===============================================--
  52. --
  53. -- DATE         VERSION AUTHOR                  HISTORY 
  54. -- 03/18/85     1.0     Richard G. Cleaveland   Initial Release
  55. -- 03/14/86     1.1     Richard G. Cleaveland   Update
  56. --= RELEASE NOTICE       ===============================================--
  57. -- This prologue must be included in all copies of this software.
  58. -- 
  59. -- This software is copyright by the author.
  60. -- 
  61. -- This software is released to the Ada community.
  62. -- This software is released to the Public Domain (note:
  63. --   software released to the Public Domain is not subject
  64. --   to copyright protection).
  65. -- Restrictions on use or distribution:  NONE
  66. --= DISCLAIMER           ===============================================--
  67. --     This software and its documentation are provided "AS IS" and
  68. -- without any expressed or implied warranties whatsoever.  No warranties
  69. -- as to performance, merchantability, or fitness for a particular
  70. -- purpose exist.
  71. --     The user is advised to test the software thoroughly before
  72. -- relying on it.  The user must assume the entire risk and liability of
  73. -- using this software.  In no event shall any person or organization of
  74. -- people be held responsible for any direct, indirect, consequential or
  75. -- inconsequential damages or lost profits.
  76. --======================================================================--
  77.